Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Particle errors #81 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Treer
Copy link
Collaborator

@Treer Treer commented Dec 7, 2024

Unfortunately [fill is only available in v5.8 clients onwards, so if anybody has a better idea? Should we break out a 1x1.png ?

See issue #81

@Treer Treer force-pushed the feature/fix-particle-errors branch 2 times, most recently from a42b95d to 685761b Compare December 7, 2024 09:02
@SmallJoker
Copy link
Member

blank.png is provided by the engine, if that's of any use.

Somewhere between minetest v5.8 and 5.9, it stopped allowing texture modifiers without a baseimg

ERROR[Main]: generateImage(): baseimg is NULL (attempted to create texture "")
ERROR[Main]: generateImagePart(): baseime == NUL for part_of_name="[colorize:#FB0:255", cancelling.
ERROR[Main]: generateImage(): Failed to generate "[colorize:#FB09:255"
ERROR[Main]: part of texture "^[colorize:#FB0:255"
ERROR[Main]: generateImage(): baseimg is NULL (attempted to create texture "^[colorize:#FB0:255")
@Treer Treer force-pushed the feature/fix-particle-errors branch from 685761b to 3e6f2e5 Compare December 7, 2024 14:17
@Treer
Copy link
Collaborator Author

Treer commented Dec 7, 2024

blank.png is provided by the engine, if that's of any use.

nice, blank.png^[noalpha seems to do the trick

@SmallJoker
Copy link
Member

LGTM. Will merge in a few days unless there are objections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants